home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.n / set.n < prev    next >
Text File  |  1995-07-25  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      sssseeeetttt((((nnnn))))                       TTTTccccllll (((( ))))                       sssseeeetttt((((nnnn))))
  5.  
  6.  
  7.  
  8.      _________________________________________________________________
  9.  
  10.      NNNNAAAAMMMMEEEE
  11.           set - Read and write variables
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           sssseeeetttt _v_a_r_N_a_m_e ?_v_a_l_u_e?
  15.      _________________________________________________________________
  16.  
  17.  
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.           Returns  the  value  of  variable  _v_a_r_N_a_m_e.   If  _v_a_l_u_e   is
  20.           specified,  then set the value of _v_a_r_N_a_m_e to _v_a_l_u_e, creating
  21.           a new variable if one doesn't already exist, and return  its
  22.           value.   If  _v_a_r_N_a_m_e  contains  an open parenthesis and ends
  23.           with a  close  parenthesis,  then  it  refers  to  an  array
  24.           element:   the  characters before the first open parenthesis
  25.           are the name of the array, and the  characters  between  the
  26.           parentheses  are  the  index  within  the  array.  Otherwise
  27.           _v_a_r_N_a_m_e refers to a scalar variable.   If  no  procedure  is
  28.           active,  then  _v_a_r_N_a_m_e  refers  to  a global variable.  If a
  29.           procedure is active, then _v_a_r_N_a_m_e refers to a  parameter  or
  30.           local  variable  of  the procedure unless the _g_l_o_b_a_l command
  31.           has been invoked to declare _v_a_r_N_a_m_e to be global.
  32.  
  33.  
  34.      KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  35.           read, write, variable
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/17/95)
  64.  
  65.  
  66.  
  67.